libavresample3 software package provides FFmpeg compatibility library for resampling - runtime files, you can install in your Ubuntu 16.10 (Yakkety Yak) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install libavresample3
libavresample3 is installed in your system.
Make ensure the libavresample3 package were installed using the commands given below,
$ sudo dpkg-query -l | grep libavresample3 *
You will get with libavresample3 package name, version, architecture and description in a table
| Distro | Ubuntu 16 10 yakkety yak |
| Section | Libraries |
| Package | libavresample3 |
| Version | 7:3.0.2-1ubuntu3 |
| Description | FFmpeg compatibility library for resampling - runtime files |
| Sub Section | libs |